home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 1 / CD Charme 01.iso / mac / hybride / GLOWING / HOLO / CHOOSE.DIR / 00017_Script_17 < prev    next >
Text File  |  1994-12-08  |  350b  |  17 lines

  1. on promptUser
  2.   global userName, clipCount
  3.  
  4.   if userName = "BadBoy" then
  5.     askBadboy clipcount
  6.   else if userName = "GoodLookin" then
  7.     askGood clipcount   
  8.   else if userName = "Sweetheart" then
  9.     askSweet clipcount
  10.   else if userName = "Stud" then
  11.     askStud clipcount
  12.   else 
  13.     askGood clipcount
  14.   end if
  15. end promptUser
  16.  
  17.